home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / lang / hfiles01 / read.me < prev   
Text File  |  1994-09-21  |  628b  |  16 lines

  1. "hfiles.exe" is a makefile dependency generator.  The syntax for
  2. normal usage is as follows:
  3.  
  4.     hfiles list-of-files >>makefile
  5.  
  6. list-of-files can take wildcards in the provided EXE (although it will
  7. tend to convert them to upper case thanks to the Microsoft library)
  8.  
  9. Invoking the command without arguments prints out its option list.
  10.  
  11. Source code, and a makefile for Microsoft C is provided.  This code
  12. has also been tested with Borland C (although not recently) and should
  13. work fine.  (Note that Borland's equivalent to SETARGV.OBJ is WILDARGS.OBJ)
  14.  
  15. Please send comments, suggestions, etc. to hunterkd@aol.com
  16.